public class ObjectFactory extends Object
An ObjectFactory allows you to programatically construct new instances of the Java representation for XML content. The Java representation of XML content can consist of schema derived interfaces and classes representing the binding of schema type definitions, element declarations and model groups. Factory methods for each of these are provided in this class.
| Constructor and Description |
|---|
ObjectFactory()
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: crcl.base
|
public ObjectFactory()
public CRCLCommandInstanceType createCRCLCommandInstanceType()
CRCLCommandInstanceTypepublic CRCLProgramType createCRCLProgramType()
CRCLProgramTypepublic CRCLStatusType createCRCLStatusType()
CRCLStatusTypepublic RotAccelAbsoluteType createRotAccelAbsoluteType()
RotAccelAbsoluteTypepublic RotAccelRelativeType createRotAccelRelativeType()
RotAccelRelativeTypepublic RotSpeedAbsoluteType createRotSpeedAbsoluteType()
RotSpeedAbsoluteTypepublic RotSpeedRelativeType createRotSpeedRelativeType()
RotSpeedRelativeTypepublic ParameterSettingType createParameterSettingType()
ParameterSettingTypepublic PoseToleranceType createPoseToleranceType()
PoseToleranceTypepublic VectorType createVectorType()
VectorTypepublic WrenchType createWrenchType()
WrenchTypepublic TransAccelAbsoluteType createTransAccelAbsoluteType()
TransAccelAbsoluteTypepublic TransAccelRelativeType createTransAccelRelativeType()
TransAccelRelativeTypepublic TransSpeedAbsoluteType createTransSpeedAbsoluteType()
TransSpeedAbsoluteTypepublic TransSpeedRelativeType createTransSpeedRelativeType()
TransSpeedRelativeTypepublic ActuateJointsType createActuateJointsType()
ActuateJointsTypepublic ActuateJointType createActuateJointType()
ActuateJointTypepublic CloseToolChangerType createCloseToolChangerType()
CloseToolChangerTypepublic ConfigureJointReportsType createConfigureJointReportsType()
ConfigureJointReportsTypepublic ConfigureJointReportType createConfigureJointReportType()
ConfigureJointReportTypepublic ConfigureStatusReportType createConfigureStatusReportType()
ConfigureStatusReportTypepublic EndCanonType createEndCanonType()
EndCanonTypepublic GetStatusType createGetStatusType()
GetStatusTypepublic InitCanonType createInitCanonType()
InitCanonTypepublic JointForceTorqueType createJointForceTorqueType()
JointForceTorqueTypepublic JointSpeedAccelType createJointSpeedAccelType()
JointSpeedAccelTypepublic MessageType createMessageType()
MessageTypepublic MoveScrewType createMoveScrewType()
MoveScrewTypepublic MoveThroughToType createMoveThroughToType()
MoveThroughToTypepublic MoveToType createMoveToType()
MoveToTypepublic OpenToolChangerType createOpenToolChangerType()
OpenToolChangerTypepublic PoseAndSetType createPoseAndSetType()
PoseAndSetTypepublic RunProgramType createRunProgramType()
RunProgramTypepublic SetAngleUnitsType createSetAngleUnitsType()
SetAngleUnitsTypepublic SetEndEffectorParametersType createSetEndEffectorParametersType()
SetEndEffectorParametersTypepublic SetEndEffectorType createSetEndEffectorType()
SetEndEffectorTypepublic SetEndPoseToleranceType createSetEndPoseToleranceType()
SetEndPoseToleranceTypepublic SetForceUnitsType createSetForceUnitsType()
SetForceUnitsTypepublic SetIntermediatePoseToleranceType createSetIntermediatePoseToleranceType()
SetIntermediatePoseToleranceTypepublic SetLengthUnitsType createSetLengthUnitsType()
SetLengthUnitsTypepublic SetMotionCoordinationType createSetMotionCoordinationType()
SetMotionCoordinationTypepublic SetRobotParametersType createSetRobotParametersType()
SetRobotParametersTypepublic SetRotAccelType createSetRotAccelType()
SetRotAccelTypepublic SetRotSpeedType createSetRotSpeedType()
SetRotSpeedTypepublic SetTorqueUnitsType createSetTorqueUnitsType()
SetTorqueUnitsTypepublic SetTransAccelType createSetTransAccelType()
SetTransAccelTypepublic SetTransSpeedType createSetTransSpeedType()
SetTransSpeedTypepublic StopMotionType createStopMotionType()
StopMotionTypepublic CommandStatusType createCommandStatusType()
CommandStatusTypepublic JointStatusesType createJointStatusesType()
JointStatusesTypepublic JointStatusType createJointStatusType()
JointStatusTypepublic JointLimitType createJointLimitType()
JointLimitTypepublic ParallelGripperStatusType createParallelGripperStatusType()
ParallelGripperStatusTypepublic PoseStatusType createPoseStatusType()
PoseStatusTypepublic SettingsStatusType createSettingsStatusType()
SettingsStatusTypepublic ThreeFingerGripperStatusType createThreeFingerGripperStatusType()
ThreeFingerGripperStatusTypepublic VacuumGripperStatusType createVacuumGripperStatusType()
VacuumGripperStatusTypepublic JAXBElement<CRCLCommandInstanceType> createCRCLCommandInstance(CRCLCommandInstanceType value)
public JAXBElement<CRCLProgramType> createCRCLProgram(CRCLProgramType value)
public JAXBElement<CRCLStatusType> createCRCLStatus(CRCLStatusType value)
Copyright © 2016. All rights reserved.